Přeskočit na hlavní obsah

Module: components/formio/DynamicFormEdit

Type Aliases

FormEditProps

Ƭ FormEditProps: Object

Better prop type for FormEdit component from "@formio/react" component. Used by DynamicFormEdit.

Index signature

▪ [key: string]: unknown

Type declaration

NameType
options?{ i18n: { [key: string]: Record<string, string>; } ; language: string }
options.i18n{ [key: string]: Record<string, string>; }
options.languagestring

Defined in

src/web-app/src/components/formio/DynamicFormEdit.tsx:12

Functions

default

default(root0): Element

This component is used to dynamically load the Formio Edit component. Use this for all forms, because the "@formio/react" library does not support server-side rendering.

Parameters

NameTypeDescription
root0{ language?: string ; loading?: Element } & FormEditPropsProps.

Returns

Element

Defined in

src/web-app/src/components/formio/DynamicFormEdit.tsx:27